Welcome![Sign In][Sign Up]
Location:
Search - PSO in Matlab code

Search list

[AI-NN-PRTSP_PSO

Description: 用粒子群方法解决TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可-Using Particle Swarm solution to TSP (traveling salesman) problems, in accordance with the format in TSP1.m parameter input program
Platform: | Size: 4096 | Author: 王元 | Hits:

[Mathimatics-Numerical algorithmsnew_pso_matlab_code

Description: 本程序是用matlab实现的标准PSO代码,其中还含有对此中pso算法的解释说明的PDF文档。-This procedure is used matlab code to achieve the standard PSO, which also contains this PSO algorithm in the explanatory notes of the PDF document.
Platform: | Size: 801792 | Author: zhangli | Hits:

[Other systemsPSO

Description: 在电力系统中,用matlab源代码编写的基于pso算法优化程序-In power system using matlab source code prepared by the procedure based on PSO algorithm to optimize
Platform: | Size: 63488 | Author: zoe | Hits:

[Software EngineeringPSOt_User_manual

Description: 粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。-Particle Swarm Optimization (PSO) source code toolbox. The toolkit will be the core of the PSO algorithm package, and available to users of the adjustable parameters for the algorithm, users only need to define the relevant parameters, can be self-optimizing.
Platform: | Size: 58368 | Author: 李志 | Hits:

[matlabPSO_solution_to_economic_dispatch

Description: 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
Platform: | Size: 38912 | Author: 楚湘华 | Hits:

[matlabPSO-CODE

Description: 以Rosenbrock矩阵做为测试函数的微粒群算法的一些源码-Rosenbrock matrix in order to function as a test of the Particle Swarm Optimization of a number of source
Platform: | Size: 11264 | Author: 刘翔 | Hits:

[Algorithmpso

Description: 微粒群优化算法,可以应用在不同的领域,这是一个核心代码,可根据不同的应用领域进行扩展。-Particle swarm optimization algorithm, can be applied in different fields, this is a core of code, according to different application areas expand.
Platform: | Size: 248832 | Author: gaoqian | Hits:

[matlabhybrid-PSO

Description: 这是一个混合的粒子群算法编程实现,希望对大家有帮助-hybrid PSO code in matlab
Platform: | Size: 2048 | Author: 路红棵 | Hits:

[AI-NN-PRpso-svm

Description: 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
Platform: | Size: 1024 | Author: yyifang | Hits:

[matlabcode_knn

Description: K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
Platform: | Size: 134144 | Author: long | Hits:

[matlabcode

Description: 这是一篇用MATLAB编写的PSO用法的源码 介绍了改进的PSO的用法-This is the one with the usage of MATLAB source code written in PSO introduced the usage of the improved PSO
Platform: | Size: 5120 | Author: 西瓜 | Hits:

[matlabpso

Description: This an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization algorithms. Certain GA-specific parameters such as cross-over and mutation functions will not be applicable to the PSO algorithm. Demo function included, with a small library of test functions. Requires Optimization Toolbox.-This is an implementation of Particle Swarm Optimization algorithm using the same syntax as the Genetic Algorithm Toolbox, with some additional options specific to PSO. Allows code-reusability when trying different population-based optimization algorithms. Certain GA-specific parameters such as cross-over and mutation functions will not be applicable to the PSO algorithm. Demo function included, with a small library of test functions. Requires Optimization Toolbox.
Platform: | Size: 4096 | Author: Chris Leung | Hits:

[Bookspsoopf

Description: code for optimal power flow using pso
Platform: | Size: 59392 | Author: madhavaraok | Hits:

[matlabACO-PSO

Description: 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
Platform: | Size: 4096 | Author: 薛栋 | Hits:

[matlabpso-clustering

Description: 基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。-Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.
Platform: | Size: 2048 | Author: hsj | Hits:

[matlabproficient-in-MATLAB-optimization

Description: 精通matlab最优化计算随书带的源码,包括线性规划,整数规划,pso,GA等-Proficient in matlab optimization calculation with the source code with the book, including linear programming, integer programming, pso, GA etc.
Platform: | Size: 43008 | Author: 兰琪 | Hits:

[matlabxiaofei_jsp

Description: 该程序是用MATLAB写的,用pso算法解决了6X6的车间调度问题,并绘制了甘特图,代码简单易学。-The program is written in MATLAB, a 6X6 with pso algorithm to solve the job shop scheduling problem, and draw a Gantt chart, the code is easy to learn.
Platform: | Size: 34816 | Author: XiaoFei | Hits:

[AlgorithmPSO-lssvm

Description: 用于优化最小二乘支持向量机的Matlab程序代码,可直接实用。-Used to optimize the least squares support vector machine in Matlab code can be directly useful.
Platform: | Size: 4096 | Author: 李永超 | Hits:

[Software Engineeringmatlab-code

Description: 1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path. 3. Run the following command in Matlab window: mex cec15_func.cpp -DWINDOWS 4. Then you can use the test functions as the following example: f = cec15_func(x,func_num) here x is a D*pop_size matrix. 5. main.m is an example test code with PSO algorithm.-1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path. 3. Run the following command in Matlab window: mex cec15_func.cpp -DWINDOWS 4. Then you can use the test functions as the following example: f = cec15_func(x,func_num) here x is a D*pop_size matrix. 5. main.m is an example test code with PSO algorithm.
Platform: | Size: 2034688 | Author: bhalab | Hits:

[matlabPSO-SVM

Description: 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can greatly improve the robustness. In the actual process, readers can quickly grasp relevant knowledge and use this method by downloading the code I uploaded, simply modifying and reading the attached paper.)
Platform: | Size: 5505024 | Author: ddyecust@163.com | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net